home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Tools / MPW / Play Tool 1.0.0 / source / Play.r < prev   
Encoding:
Text File  |  1994-04-01  |  1.0 KB  |  37 lines  |  [TEXT/MPS ]

  1.     notDependent {}, Redirection {
  2.                 StandardOutput,
  3.                 {85, 180}
  4.             },
  5.             notDependent {}, Redirection {
  6.                 DiagnosticOutput,
  7.                 {85, 330}
  8.             },
  9.             notDependent {}, TextBox {
  10.                 gray,
  11.                 {80, 25, 125, 450},
  12.                 "Redirection"
  13.             },
  14.         }
  15.     }
  16. };
  17.  
  18. resource 'vers' (1) {
  19.     0x1,
  20.     0x0,
  21.     release,
  22.     0x0,
  23.     verUS,
  24.     "v1.0.0 ©1994, G.E. Allen",
  25.     "Play v1.0.0, a Tool for MPW\n©1994, Gregory E. Allen"
  26. };
  27.  
  28. resource 'vers' (2) {
  29.     0x1,
  30.     0x0,
  31.     release,
  32.     0x0,
  33.     verUS,
  34.     "v1.0.0 <gallen@arlut.utexas.edu>",
  35.     "v1.0.0 <gallen@arlut.utexas.edu>"
  36. };
  37.